'宣言 Public Sub InsertRange( _ ByVal startingIndex As System.Integer, _ ByVal items As System.Collections.Generic.IEnumerable(Of T) _ )
public void InsertRange( System.int startingIndex, System.Collections.Generic.IEnumerable<T> items )
パラメータ
- startingIndex
- The index where the items are inserted.
- items
- The inserted items.